home *** CD-ROM | disk | FTP | other *** search
/ Becoming a Computer Animator / COMPANIMATE.ISO / mac / Animation Stand Demo / The Animation Stand™ DEMO / The Animation Stand™ DEMO.rsrc / STR#_23.txt < prev    next >
Text File  |  1994-03-30  |  1KB  |  73 lines

  1. SIN(x)
  2.  
  3. Returns 100 times the sine of the angle in degrees
  4.  
  5. Returns the pixel coordinate of the top of the select region
  6.  
  7. Returns the pixel coordinate just to the right of the select region
  8.  
  9. Returns the pixel coordinate of the left side of the select region
  10.  
  11. Returns the pixel coordinate just under the bottom of the select region
  12.  
  13. Returns the value of the red component of the current color
  14.  
  15. POWER(x,y)
  16.  
  17. Returns x to the y power
  18.  
  19. Returns the current pixelization level
  20.  
  21. Returns the current pen width  pixels
  22.  
  23. Returns nonzero if the current pen is not rectangular
  24.  
  25. Returns the current pen height in pixels
  26.  
  27. Returns the Y coordinate of the mouse, as of the last time the MOUSEX function was called.
  28.  
  29. Returns the X coordinate of the current mouse position
  30.  
  31. Returns pressure reading from the mouse (1-63)
  32.  
  33. Returns the number (0-23) of the current mode
  34.  
  35. MIN(x,y)
  36.  
  37. Returns the smaller of its arguments
  38.  
  39. MAX(x,y)
  40.  
  41. Returns the larger of its arguments
  42.  
  43. INSELECT(x,y)
  44.  
  45. Returns nonzero if the given point is in the selected region
  46.  
  47. INMASKED(x,y)
  48.  
  49. Returns nonzero if the given point is in the masked region
  50.  
  51. Returns the value of the green component of the current color
  52.  
  53. Returns the document width in pixels
  54.  
  55. Returns the document height in pixels
  56.  
  57. COS(x)
  58.  
  59. Returns 100 times the cosine of the angle in degrees
  60.  
  61. Returns the value of the blue component of the current color
  62.  
  63. Returns the current blend level (0-100)
  64.  
  65. ATAN2(dy,dx)
  66.  
  67. Returns the arctangent in degrees
  68.  
  69. ABS(x)
  70.  
  71. Returns the absolute value
  72.  
  73.